home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / PDC_134_CI1-selector.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  252 b   |  17 lines

  1. global giNum, pickTemplate
  2.  
  3. on mouseDown
  4.   snum = sprite(the currentSpriteNum)
  5.   delete word 1 of snum
  6.   delete snum.char[3]
  7.   giNum = value(snum) - 6
  8. end
  9.  
  10. on mouseUp
  11.   if pickTemplate = 1 then
  12.     go("FinalLoad")
  13.   else
  14.     go("CI2Load")
  15.   end if
  16. end
  17.